home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / frame_17 / PlaceObject2_466_352 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2008-09-24  |  249 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    _X = _root.car._x;
  3.    _Y = _root.car._y;
  4.    _rotation = _root.car.Angle;
  5.    if(_root.zoom)
  6.    {
  7.       _visible = false;
  8.    }
  9.    if(_root.car.dead)
  10.    {
  11.       _rotation = 0;
  12.       this.gotoAndStop(2);
  13.    }
  14. }
  15.